From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sun, 26 Nov 2023 02:00:49 +0000 (+0100) Subject: upgrade minimum cmake version (#255) X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~24^2^2~18 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a9c6332ad1f8e1c987aae5d4a4b632b2c52d5782;p=utf8proc.git upgrade minimum cmake version (#255) This will silence the following warning: CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f18615e..67bd9fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0.0) +cmake_minimum_required (VERSION 3.5) include (utils.cmake)